home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 53142 / 53142.xpi / content / browser_overlay.xul next >
Encoding:
Extensible Markup Language  |  2009-11-29  |  1.7 KB  |  39 lines

  1. <?xml version="1.0"?>
  2. <!-- #######################################################################
  3.     Copyright 2009 Tim Reid
  4.  
  5.     This file is part of the Stack Overflow Reputation Display extension
  6.     for Mozilla Firefox.
  7.  
  8.     Stack Overflow Reputation Display is free software: you can
  9.     redistribute it and/or modify it under the terms of the GNU General
  10.     Public License as published by the Free Software Foundation, either
  11.     version 3 of the License, or (at your option) any later version.
  12.  
  13.     Stack Overflow Reputation Display is distributed in the hope that it
  14.     will be useful, but WITHOUT ANY WARRANTY; without even the implied
  15.     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  16.     See the GNU General Public License for more details.
  17.  
  18.     You should have received a copy of the GNU General Public
  19.     License along with Stack Overflow Reputation Display. If not,
  20.     see <http://www.gnu.org/licenses/>.
  21. ######################################################################## -->
  22. <?xml-stylesheet href="chrome://sorepdisplay/skin/sorepdisplay.css" type="text/css"?>
  23. <!DOCTYPE overlay SYSTEM "chrome://sorepdisplay/locale/sorepdisplay.dtd">
  24. <overlay id="sorepdisplay-overlay"
  25.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  26.   <script src="sosite.js"/>
  27.   <script src="soaccount.js"/>
  28.   <script src="sodisplay.js"/>
  29.   <script src="sorepdisplay.js"/>
  30.  
  31.   <statusbar id="status-bar">
  32.     <popupset class="sorepdisplay" id="sorepdisplay-insertpoint">
  33.       <menupopup id="sorepdisplay-popup">
  34.         <menuitem id="sorepdisplay-configure" accesskey="C" label="Configure" type="checkbox"/>
  35.       </menupopup>
  36.     </popupset>
  37.   </statusbar>
  38. </overlay> 
  39.